home *** CD-ROM | disk | FTP | other *** search
/ Free Software Collection: Marty 1 / FM Towns Marty 1 Free Software Collection.iso / tool / book / src / doslib.h < prev    next >
C/C++ Source or Header  |  1993-11-11  |  147b  |  8 lines

  1. /*
  2.  *  ms-dos io-library
  3. */
  4.  
  5. extern  int     chdrv( int no ) ;
  6. extern  int     chdir( char *name ) ;
  7. extern  int     getdir( char *name ) ;
  8.